From e7f58fee73de729e17c14d9e66be65fa8d78fab7 Mon Sep 17 00:00:00 2001 From: MatmaRex Date: Sat, 10 Aug 2013 00:25:20 +0200 Subject: [PATCH] HistoryAction: There is no mediawiki.legacy.history module Remove the reference to it. Change-Id: Ia34b2ea6155273faaa8961238e07672f9e65c576 --- includes/actions/HistoryAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/actions/HistoryAction.php b/includes/actions/HistoryAction.php index 6a1edd6a84..e58791eadc 100644 --- a/includes/actions/HistoryAction.php +++ b/includes/actions/HistoryAction.php @@ -115,7 +115,7 @@ class HistoryAction extends FormlessAction { // Setup page variables. $out->setFeedAppendQuery( 'action=history' ); - $out->addModules( array( 'mediawiki.legacy.history', 'mediawiki.action.history' ) ); + $out->addModules( 'mediawiki.action.history' ); // Handle atom/RSS feeds. $feedType = $request->getVal( 'feed' ); -- 2.20.1